home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_src.zip / SCREEN.PRO < prev    next >
Text File  |  1993-01-12  |  628b  |  18 lines

  1. /* screen.c */
  2. void updateline __PARMS((void));
  3. void updateScreen __PARMS((int type));
  4. void prt_line __PARMS((char *s));
  5. void screenalloc __PARMS((void));
  6. void screenclear __PARMS((void));
  7. void cursupdate __PARMS((void));
  8. void curs_columns __PARMS((void));
  9. int getvcol __PARMS((struct fpos *pos, int type));
  10. void scrolldown __PARMS((long nlines));
  11. void scrollup __PARMS((long nlines));
  12. int s_ins __PARMS((int row, int nlines, int invalid));
  13. int s_del __PARMS((int row, int nlines, int invalid));
  14. void showmode __PARMS((void));
  15. void delmode __PARMS((void));
  16. void showruler __PARMS((int always));
  17. void clear_line __PARMS((void));
  18.